home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / ROLAND.M3 < prev    next >
Encoding:
Text File  |  1996-04-01  |  2.0 KB  |  84 lines

  1. name Roland CAMM-3
  2.  
  3. H >1
  4. V >2
  5. @ ->32
  6. I ->32 C
  7. J ->32 ,
  8. R >32 ,
  9. P >30 ,
  10. N >10 ,
  11. Q >30 ,
  12. S >32 ,
  13. K >30 ,
  14. M >30 ,
  15. L >30 ,
  16. X >32 Z
  17. Y >32 ,
  18. Z ->32 ,
  19. F >2
  20. d 00 ""
  21. ; 00
  22. U 00 ""
  23. f >2
  24.  
  25. ModalLetters                          # List of letters that are modal    
  26.  
  27. Sequence#s N 0 1 1                    # Char, freq, incr & start          
  28.  
  29. Comment ( )                           # Begin End comment char.           
  30.  
  31. HCode X                               # X or X U  'Horizontal char.       
  32. VCode Y                               # Y or Y V  'Vertical char.         
  33. Dcode Z                               # Depth char.                       
  34. FEEDCODE d                            # Feed rate char.                   
  35.  
  36. Helical? N
  37. MaxRad 0 .0245                        # Maximum arc radius & chordal dev. 
  38.  
  39. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  40.  
  41. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  42. ByQuadrants? Y                        # Y or N  'Break arcs at quadrants  
  43.  
  44. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  45.  
  46. StartCode                             # Start of the program              
  47. H0
  48. @[-2], Z[Vclear]
  49. V22
  50. F22
  51. End
  52.  
  53. 1stToolChange                         # First tool change                 
  54. X[H] Y[V] Z[D]
  55. End
  56.  
  57. ToolChange                            # Secondary tool changes            
  58. X[H] Y[V] Z[D]
  59. End
  60.  
  61. EndCode                               # End of the program                
  62. H0
  63. End
  64.  
  65. LineCode                              # Linear move                       
  66. X[H] Y[V] Z[D]
  67. End
  68.  
  69. RapidCode                             # Rapid move                        
  70. X[H] Y[V] Z[D]
  71. End
  72.  
  73. CwCode                                # CW circular move                  
  74. @[D] Z[Vclear]
  75. I[HCtr] J[VCtr] R[ArcRad] P[StartAng] Q[EndAng]
  76. X[H] Y[V] Z[D]
  77. End
  78.  
  79. CcwCode                               # CCW circular move                 
  80. @[D] Z[Vclear]
  81. I[HCtr] J[VCtr] S[ArcRad] K[StartAng] L[EndAng]
  82. X[H] Y[V] Z[D]
  83. End
  84.